home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmmailc / _setup.1 / AHMMails.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-01  |  1.6 KB  |  54 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMMails.pas' rev: 3.00
  6.  
  7. #ifndef AHMMailsHPP
  8. #define AHMMailsHPP
  9. #include <Classes.hpp>
  10. #include <Windows.hpp>
  11. #include <SysInit.hpp>
  12. #include <System.hpp>
  13.  
  14. //-- user supplied -----------------------------------------------------------
  15.  
  16. namespace Ahmmails
  17. {
  18. //-- type declarations -------------------------------------------------------
  19. typedef SmallString<33>  TAHMAboutMailStr;
  20.  
  21. typedef SmallString<33>  TAHMExecMailStr;
  22.  
  23. class DELPHICLASS TAHMMailsComponent;
  24. class PASCALIMPLEMENTATION TAHMMailsComponent : public Classes::TComponent 
  25. {
  26.     typedef Classes::TComponent inherited;
  27.     
  28. private:
  29.     TAHMAboutMailStr FAHMAboutMailStr;
  30.     TAHMExecMailStr FAHMExecMailStr;
  31.     
  32. public:
  33.     virtual bool __fastcall Execute(void);
  34.     __fastcall virtual TAHMMailsComponent(Classes::TComponent* AOwner);
  35.     
  36. __published:
  37.     __property TAHMAboutMailStr About = {read=FAHMAboutMailStr, write=FAHMAboutMailStr, stored=false};
  38.     __property TAHMExecMailStr DesignExecute = {read=FAHMExecMailStr, write=FAHMExecMailStr, stored=false
  39.         };
  40. public:
  41.     /* TComponent.Destroy */ __fastcall virtual ~TAHMMailsComponent(void) { }
  42.     
  43. };
  44.  
  45. //-- var, const, procedure ---------------------------------------------------
  46. extern PACKAGE void __fastcall BuildMailDetails(void);
  47.  
  48. }    /* namespace Ahmmails */
  49. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  50. using namespace Ahmmails;
  51. #endif
  52. //-- end unit ----------------------------------------------------------------
  53. #endif    // AHMMails
  54.